Skip to content

Improve JSON serialization and deserialization #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xced
Copy link

@0xced 0xced commented Jan 31, 2025

  • Use JsonContent.Create() for requests in order to avoid the intermediate string serialization.
  • Use ReadFromJsonAsync() for responses in order to avoid the intermediate string serialization.

Also update target framework from .NET 6 (unsupported) to .NET 8 (current LTS).

* Use JsonContent.Create() for requests in order to avoid the intermediate string serialization.
* Use ReadFromJsonAsync<T>() for responses in order to avoid the intermediate string serialization.

Also update target framework from .NET 6 (unsupported) to .NET 8 (current LTS).
@0xced
Copy link
Author

0xced commented Apr 17, 2025

Hey Ilya,
Just a quick reminder to take a look at that pull request when you get a chance. No rush, I just wanted to make sure it didn’t slip through the cracks. Let me know if you have any questions or need anything from me.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant